eliminate some redundant redclarations. (#217)
authortsteven4 <tsteven4@users.noreply.github.com>
Tue, 3 Jul 2018 22:58:17 +0000 (16:58 -0600)
committerGitHub <noreply@github.com>
Tue, 3 Jul 2018 22:58:17 +0000 (16:58 -0600)
ignrando.cc
xmltag.cc

index f469c25def78815d4f65039f8ae13c4e5d9bae0f..196cdc833c4bb796fe5cfe5a15b33823244d9c08 100644 (file)
@@ -71,10 +71,6 @@ ignr_xml_error(int condition)
 
 /* xmlgeneric callbacks */
 
-static xg_callback     ignr_start;
-static xg_callback     ignr_nb_etapes, ignr_descr;
-static xg_callback     ignr_etape_begin, ignr_etape_end;
-
 static void
 ignr_start(xg_string, const QXmlStreamAttributes*)
 {
index 021da7cd7f351581028b17eab22f5a9709c9b483..ede8ce0211453b15e26e07fe7c721fb5e1486a43 100644 (file)
--- a/xmltag.cc
+++ b/xmltag.cc
@@ -116,8 +116,6 @@ convert_xml_tag(xml_tag* tag)
   convert_xml_tag(tag->child);
 }
 
-fs_xml* fs_xml_alloc(long type);
-
 static void
 fs_xml_destroy(void* fs)
 {